CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - matlab 二进制

搜索资源列表

  1. Matlab_imageMatlab

    0下载:
  2. 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:427376
    • 提供者:keke
  1. Viterb

    0下载:
  2. viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:3172
    • 提供者:jack
  1. matlab-bin

    0下载:
  2. MATLAB 二进制 相关函数介绍 十进制数转换为二进制数 等-MATLAB binary correlation function
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:7318
    • 提供者:夏小小
  1. matlab_2psk-modulation

    0下载:
  2. 这个文件主要包括二进制相移键控的Matlab实现程序和结果-This document including binary phase shift keying Matlab program and results
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:25440
    • 提供者:晨晨
  1. matlab

    0下载:
  2. 实验要求:在一张图上绘制三种二进制信号(即反极性信号、开关信号和正交信号)的误码率。这三种信号可以在几何上用“信号空间”中的点来表示。在反极性信号情况下,信号是±s(t),每个都有能量E。开关信号也是一维信号,所以两个信号为0和s(t),正交信号我们上课已讲过。要求信噪比为0:12dB。-Experimental requirements: to draw a diagram of three binary signals (i.e., reverse polarity signal, the
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:3942
    • 提供者:周婷
  1. dsp1

    0下载:
  2. matlab实现十进制转为二进制的小程序,并且含有一篇定点数除法的论文-matlab decimal to binary program, and contains a fixed number of points of division papers
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:260401
    • 提供者:ygh2
  1. 1231

    0下载:
  2. MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:430730
    • 提供者:
  1. Modulation-of-MATLAB-binary

    0下载:
  2. 基于MATLAB的二进制数字系统的调制(包括2ask_2fsk_2psk_2dpsk)-Based on the the MATLAB binary digital modulation (including 2ask_2fsk_2psk_2dpsk)
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:1288507
    • 提供者:叶萌
  1. matlab

    0下载:
  2. 设计一个一位二进制数大小比较器。比较两个一位二进制数A和B的大小,电路有三个输出端Y1,Y2和Y3,分别对应A大于B,A等于B,A小于B。当条件满足时,相应输出端为1,否则为0。(A,B用两个脉冲源代替),建立仿真模型并保存。-Design a one binary magnitude comparator. A size comparison of two binary numbers A and B, the circuit has three outputs Y1, Y2 and Y3,
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:6959
    • 提供者:tx
  1. bpsk

    0下载:
  2. 用matlab实现2psk比较详细,从二进制码到成型滤波到最终2psk信号都能成功实现-Using matlab to achieve 2psk in more detail, the binary code to the final 2psk signal shaping filter can be successfully achieved
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:1143
    • 提供者:张亮
  1. ex6

    0下载:
  2. 使用MATLAB函数反正(15,11)RS码通过二进制对称信道的性能-Use the MATLAB function anyway (15, 11) RS code performance through binary symmetric channel
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1342
    • 提供者:EDISON
  1. double_dec2bin

    0下载:
  2. matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:13259
    • 提供者:刘昆鹏
  1. Quantzing

    0下载:
  2. 基于matlab的任意级二进制数量化程序,能实现对实时示波器采集的时间序列进行二进制数量化。-Matlab-based programming at any stage binary number, can achieve real-time oscilloscope acquisition time series of binary quantify.
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:57356
    • 提供者:soulchen
  1. FSH-master

    0下载:
  2. 跨模态二进制代码通过融合相似度学习,一篇相似度学习的论文,属于计算机视觉类的,附有源代码,使用平台为window操作系统,语言工具为MATLAB(Cross-Modality Binary Code Learning via Fusion Similarity Hashing)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:2276352
    • 提供者:hello1111
  1. 2FSK调制与解调系统

    1下载:
  2. 2FSK 调制 解调 系统 是基带信号调制方式的一种 数字频率调制又称频移键控(FSK——Frequency Shift Keying),二进制频移键控记作2FSK.数字频移键控是用载波的频率来传送数字消息,即用所传送的数字消息控制载波的频率。本文是通过2PSK调制后的信号进行分析通过matlab实现(2FSK modulation and demodulation system is a digital frequency modulation, also known as
  3. 所属分类:文档资料

    • 发布日期:2020-11-09
    • 文件大小:262144
    • 提供者:eclipse_java
  1. 2DPSK

    0下载:
  2. 二进制PSK matlab实现 A率13折现编码
  3. 所属分类:技术管理

搜珍网 www.dssz.com